'Declaration
<NotNullAttribute()> Public Overloads Shared Function Create(Of TValue)( _ ByVal arguments As IEnumerable(Of UAMonitoredItemArguments) _ ) As UADataChangeNotificationObservable(Of TValue)
'Usage
Dim arguments As IEnumerable(Of UAMonitoredItemArguments) Dim value As UADataChangeNotificationObservable(Of TValue) value = UADataChangeNotificationObservable.Create(Of TValue)(arguments)
[NotNull()] public static UADataChangeNotificationObservable<TValue> Create<TValue>( IEnumerable<UAMonitoredItemArguments> arguments )
[NotNull()] public: static UADataChangeNotificationObservable<TValue^>^ Creategeneric<typename TValue> ( IEnumerable<UAMonitoredItemArguments^>^ arguments )
Parameters
- arguments
- For each OPC monitored item, contains its OPC UA endpoint and node descriptors, as well as monitoring and subscription parameters.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Type Parameters
- TValue
Return Value
Returns an observable for changes in the given OPC UA monitored items.
This method never returns null
(Nothing
in Visual Basic).